--Pause or unplanned control
--Instructions for handling a paused or unplanned station.
--Pause or unplanned control
--Instructions for handling a paused or unplanned station
is
do
	if station.Pause then
		-- add your code here
	else
		-- add your code here
	end;
end;
/*station:Enter the name of the paused station here.
*/